home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 4 / PC World Interactive 4.iso / online / hdsleep@.exe / SETUP.EXE / RCDATA / 1
Windows Setup INFormation  |  1996-09-16  |  2KB  |  64 lines

  1. [version]
  2. signature="$CHICAGO$"
  3. SetupClass=BASE
  4.  
  5. [DestinationDirs]
  6. This.files.win = 10   ; WINDOWS dir
  7. This.files.sys = 11   ; SYSTEM dir
  8. This.files.inf = 17   ; INF dir
  9. This.files.hlp = 18   ; HELP dir
  10.  
  11. [DefaultInstall]
  12. CopyFiles  = This.files.win, This.files.sys, This.files.inf, This.files.hlp
  13. AddReg     = This.reg.uninst
  14. UpdateInis = This.add.inis
  15.  
  16. [DefaultUninstall]
  17. DelFiles   = This.files.win, This.files.sys, This.files.inf, This.files.hlp
  18. DelReg     = This.reg.uninst
  19. UpdateInis = This.del.inis
  20.  
  21. [This.files.win]
  22. hdsleep.exe
  23.  
  24. [This.files.sys]
  25. hdsback.vxd
  26.  
  27. [This.files.inf]
  28. hdsleep.inf
  29.  
  30. [This.files.hlp]
  31. hdsleep.hlp
  32.  
  33. [This.reg.uninst]
  34. HKLM,%REG_UNINST%\%THIS_NAME%,,,
  35. HKLM,%REG_UNINST%\%THIS_NAME%,"DisplayName",,%THIS_DESC%
  36. HKLM,%REG_UNINST%\%THIS_NAME%,"UninstallString",,"rundll.exe setupx.dll,InstallHinfSection DefaultUninstall 4 %THIS_INF%"
  37.  
  38. [This.add.inis]
  39. setup.ini, progman.groups,, "group1=%STARTUP_DESC%"
  40. setup.ini, group1,, """%THIS_SHORT%"", ""%10%\%THIS_EXE%"""
  41.  
  42. [This.del.inis]
  43. setup.ini, progman.groups,, "group1=%STARTUP_DESC%"
  44. setup.ini, group1,, """%THIS_SHORT%"""
  45.  
  46. [SourceDisksNames]
  47. 55="Hard Disk Sleeper for Windows 95 V 1.42","",1
  48.  
  49. [SourceDisksFiles]
  50. hdsleep.exe = 55
  51. hdsback.vxd = 55
  52. hdsleep.inf = 55
  53. hdsleep.hlp = 55
  54.  
  55. [Strings]
  56. THIS_DESC   = "Hard Disk Sleeper"
  57. THIS_SHORT  = "HD Sleeper"
  58. THIS_NAME   = "HDSleep"
  59. THIS_EXE    = "hdsleep.exe"
  60. THIS_HLP    = "hdsleep.hlp"
  61. THIS_INF    = "hdsleep.inf"
  62. REG_CURVER  = "SoftWare\Microsoft\Windows\CurrentVersion"
  63. REG_UNINST  = "SoftWare\Microsoft\Windows\CurrentVersion\Uninstall"